Esx Settings SolutionInfo

Esx Settings SolutionInfo
Esx Settings SolutionInfo

The Esx Settings SolutionInfo schema contains information that describe solution registered in the software specification.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "details": {
        "display_name": "string",
        "display_version": "string",
        "components": [
            {
                "component": "string",
                "display_name": "string",
                "display_version": "string",
                "vendor": "string"
            }
        ]
    },
    "version": "string",
    "components": [
        {
            "component": "string"
        }
    ]
}
details
Optional

Details about the solution from the depot.

This property was added in vSphere API 7.0.0.0.

missing or null if solution is not present in the depot.

string
version
Required

Version of the solution.

This property was added in vSphere API 7.0.0.0.

components
Required

Components registered by the solution.

This property was added in vSphere API 7.0.0.0.